The GNU coding standards specify that CFLAGS should be left for
authorJim Blandy <jimb@redhat.com>
Sat, 15 May 1993 22:25:51 +0000 (22:25 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 15 May 1993 22:25:51 +0000 (22:25 +0000)
commitc38a040d4a3a1bc794a361d67e9aefc10c68cff4
treee87e78c3c391eb72949c533e86b8acc191799f28
parent0d73e8e39ca9aa38a369af684d8fddf063ec2f78
The GNU coding standards specify that CFLAGS should be left for
users to set.
* Makefile.in (CFLAGS): Put this in the "things configure might
edit" section, and have it default to -g.
(ALL_CFLAGS): New variable, set to all the flags which should be
passed to compilations.  Replace all other uses of CFLAGS with
ALL_CFLAGS.
(.c.o): New rule, to pass ALL_CFLAGS to compilations.

* Makefile.in (DEFS): Remove this; it's always just going to be
"-DHAVE_CONFIG_H -Demacs".

* Makefile.in (ALLOCA): New variable, whose value we should
inherit from the top-level makefile.
(etags, ctags): Include ALLOCA in the list of object files that
these executables depend on and link.
lib-src/Makefile.in